TdxTileBarItem.DetailOptions Property
Provides access to detail page settings.
Declaration
property DetailOptions: TdxTileBarItemDetailOptions read; write;
Property Value
Type |
---|
TdxTileBarItemDetailOptions |
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