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

CategoryRow.Properties Property

Gets the category row’s settings.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public override RowProperties Properties { get; }

Property Value

Type Description
RowProperties

A RowProperties object containing properties specific to category rows.

Remarks

The Properties property overrides the base class property in order to access the CategoryRowProperties object that represents settings specific to category rows.

See Also