Back to Devexpress

CategoryRow.MaxCaptionLineCount Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrow-49922d4f.md

latest1.7 KB
Original Source

CategoryRow.MaxCaptionLineCount Property

Gets or sets the maximum number of text lines used to display the category’s caption.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(1)]
public override int MaxCaptionLineCount { get; set; }
vb
<DefaultValue(1)>
Public Overrides Property MaxCaptionLineCount As Integer

Property Value

TypeDefaultDescription
Int321

An integer value specifying the maximum number of text lines within the category.

|

Remarks

The MaxCaptionLineCount property overrides the base class property to change its default value. Please read the BaseRow.MaxCaptionLineCount topic for information.

See Also

MaxCaptionLineCount

CategoryRow Class

CategoryRow Members

DevExpress.XtraVerticalGrid.Rows Namespace