TdxTileBarItem.DetailOptions Property
In This Article
Provides access to detail page settings.
#Declaration
Delphi
property DetailOptions: TdxTileBarItemDetailOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the DetailOptions.DetailControl to assign a control displayed as a detail page when the tile item is clicked. For additional information on available detail page settings, refer to the TdxTileBarItemDetailOptions class description.
See Also