CategoryRow.Properties Property
Gets the category row’s settings.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, 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