TcxCustomNavigatorInfoPanel.Width Property
Specifies the panel’s width, in pixels.
Declaration
property Width: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
This property helps you limit the panel’s width to avoid automatic expansion in response to displaying more digits or characters for the DisplayMask text. A 0 assigned to the Width property indicates that the limit is not set.
The default value of the Width property is 0.
See Also