TdxShellTreeView.BorderStyle Property
Specifies the Shell Tree View control’s border style.
Declaration
property BorderStyle; default cxcbsDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TcxControlBorderStyle | cxcbsDefault | The active border style. |
Remarks
Refer to the TcxControlBorderStyle type description for information on available options.
The BorderStyle property’s default value is cxcbsDefault.
See Also