TdxRibbonGalleryFilter.Visible Property
In This Article
Specifies whether the gallery’s filter is visible in an expanded dropdown gallery.
#Declaration
Delphi
property Visible: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display the gallery filter at the top of the dropdown gallery.
The default value of the Visible property is False.
See Also