GridViewFormatConditionColorScale.ShowInColumn Property
Gets or sets a value that specifies a column to which the current conditional formatting will be applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that identifies the data column in the ASPx |
#Remarks
The ASPxGridView supports conditional formatting, i.e., automatically applies cell formatting based on the specified rules.
Use the ShowInColumn property to specify the column to which the current conditional formatting will be applied. If the ShowInColumn property isn’t specified, the formatting is applied to the column specified by the GridFormatConditionBase.FieldName property.
Note
This is the priority when using string column identifiers in searching for a column:
- First, the Name property match is searched for.
- Then, the first Field
Name property match is searched for. - Last, the first Caption property match is searched for.