Skip to main content

CategoryRowProperties(String) Constructor

Creates a new CategoryRowProperties object with the specified caption.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

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

Declaration

public CategoryRowProperties(
    string fCaption
)

Parameters

Name Type Description
fCaption String

A string value specifying the category’s caption. This value is assigned to the RowProperties.Caption property.

See Also