TdxTileControlItemDetailOptions.HasDetail Property
In This Article
Indicates if a tile item is set up to display a detail page on tile activation.
#Declaration
Delphi
property HasDetail: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True for a tile item activation which unfolds a detail page. The HasDetail property returns True if any of the following conditions are met:
A control is assigned to the item’s DetailOptions.DetailControl property;
The item’s DetailOptions.ShowTab property is set to True;
The item’s OnActivateDetail event is handled.
See Also