Back to Devexpress

GridFormatRule.ColumnName Property

windowsforms-devexpress-dot-xtragrid-dot-gridformatrule-d217c6b6.md

latest1.5 KB
Original Source

GridFormatRule.ColumnName Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public string ColumnName { get; set; }
vb
<DefaultValue("")>
<Browsable(False)>
<XtraSerializableProperty>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ColumnName As String

Property Value

TypeDefaultDescription
StringString.Empty

The name of the column that provides values to test against the current formatting rule.

|

See Also

GridFormatRule Class

GridFormatRule Members

DevExpress.XtraGrid Namespace