TcxCustomViewInfoItem.Visible Property
Indicates whether an element is visible.
Declaration
property Visible: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Visible property indicates whether an element is painted within a control. Use this property in CustomDraw events to determine if a specific element needs to be painted.
See Also