Back to Devexpress

VGridFormatRule.RowPropertiesApplyToFieldName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-styleformatconditions-dot-vgridformatrule-44c972d3.md

latest1.7 KB
Original Source

VGridFormatRule.RowPropertiesApplyToFieldName Property

This property supports internal infrastructure and is not intended to be used in code.

Namespace : DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefault
StringString.Empty

See Also

VGridFormatRule Class

VGridFormatRule Members

DevExpress.XtraVerticalGrid.StyleFormatConditions Namespace