StyleFormatCondition.Column Property
In This Article
Gets or sets the column whose values take part in conditional formatting.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
public GridColumn Column { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
null | A Grid |
See Also