CategoryRow.Properties Property
In This Article
Gets the category row’s settings.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public override RowProperties Properties { get; }
#Property Value
Type | Description |
---|---|
Row |
A Row |
#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