Features of PropertyGrid Control
KetticPropertyGrid Control for Windows Forms is capable of organizing and rendering data information on screen efficiently. This PropertyGrid control is fully optimized for user interface flexibility, which allows developers display the properties of any object in a user-friendly way. The PropertyGrid control includes various features to manage the properties and settings intensively, such as filtering, grouping and sorting items by the end users of your application.
Filtering Items in KetticPropertyGrid
KetticPropertyGrid WinForms control allows the users to add filtering functionality either via text box of the toolbar or populating the FilterDescriptors collection of KetticPropertyGrid using C# code. To filtering in text box using toolbar, we must enable the toolbar by changing the ToolBarxVisible to true, type a string into the text box, and then perform searching. Grouping Items in KetticPropertyGrid
KetticPropertyGrid provides predefined grouping capability to group properties in property grid. The end users are able to call the predefined grouping through clicking the group button in the tool bar or changing the PropertuSort property to Categorized or CategorizedAlphabetical using C# code. The Categorized setting will group the properties based on the Category attribute and display the properties as enlisted in the object. And the CategorizedAlphabetical setting will group the properties based on the Category attribute and display the properties in alphabetical. Sorting Items in KetticPropertyGrid
KetticPropertyGrid control provides sorting capabilities to sort items in .NET Windows applications. It is easy to add the sorting functionality to the PropertyGrid control. There are two approaches available to this. One is to apply the sorting options predefined in the PropertySort property with the SortOrder property. The other one is to apply custom sorting through adding a predefined SortDescriptor to KetticPropertyGrid SortDescriptors collection. Add Help Bar to KetticPropertyGrid
KetticPropertyGrid WinForms control allows the users to add help bar to the property grid in their applications. The help bar is able to read and display the name and content of the property Description attribute. To enable the help bar in PropertyGrid control, we must change the value of the HelpVisible to true. Add toolbar to KetticPropertyGrid
KetticPropertyGrid WinForms control allows the users to add a toolbar with out of the box functionality and then display the tool bar on the top of the PropertyGrid control. With the predefined functions in the toolbar, we are able to sort items, group items, as well as filter the items by entering a string into the text box. To enable the toolbar in PropertyGrid control, we need to change the value of the ToolBarVisible property to true. |
UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlGet Started in C#Property Grid - AttributeAdd Custom PropertiesBinding to Multiple ObjectsProperty Grid - CustomizationProperty Grid - LocalizationProperty Grid - EditorsC# API & EventsValidationCustomizing Editor BehaviorHandle EventsProperty Grid - FeaturesFeatures - filteringFeatures - GroupingCustom GroupingFeatures - SortingFeatures - Help BarFeatures - Tool BarWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |