Skip to main content
A newer version of this page is available. .

PropertyGridControl.IsClassic Property

Gets whether the control is displayed in the classic style.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public bool IsClassic { get; }

Property Value

Type Description
Boolean

true, if the control is displayed in the classic style; otherwise, false.

See Also