ThemedPropertyGridHandlerShowDescription Property  | 
 
            Gets or sets a value indicating that the description panel should be shown
            
 
    Namespace: 
   Eto.Forms.ThemedControls
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic bool ShowDescription { get; set; }Public Property ShowDescription As Boolean
	Get
	Set
abstract ShowDescription : bool with get, set
override ShowDescription : bool with get, set
Property Value
Type: 
BooleanImplements
PropertyGridIHandlerShowDescription
Remarks
            The description panel shows the name and description of the selected property
            
See Also