Back to Devexpress

CategoryRowProperties.FieldName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrowproperties-9ef97df4.md

latest2.4 KB
Original Source

CategoryRowProperties.FieldName Property

Overrides the inherited RowProperties.FieldName property to return an empty string and prohibit property value modifications.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override string FieldName { get; set; }
vb
<Browsable(False)>
Public Overrides Property FieldName As String

Property Value

TypeDescription
String

The String.Empty value.

|

Remarks

Since category rows display only headers and do not display any data cells, they do not use most row item settings inherited from the RowProperties class. Rows of this type only need the settings which affect their header, such as caption text and image.

The FieldName property is overridden in the CategoryRowProperties class to hide this property from the Row Designer page of the Property Editor designer and therefore disable its editing at design time. The overridden FieldName property returns the String.Empty value and does not provide a set specifier.

See Also

FieldName

Rows

CategoryRowProperties Class

CategoryRowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace