TdxTileControlItemDetailOptions.DetailSite Property
In This Article
Provides access to detail page settings.
#Declaration
Delphi
property DetailSite: TdxTileControlDetailSite read;
#Property Value
Type |
---|
Tdx |
#Remarks
TdxTileControlDetailSite class members support the internal infrastructure and are not intended to be used directly from your code.
You can use the DetailControl property to associate a control to be displayed in a detail page when a tile item is activated.
See Also