Skip to main content

StyleFormatCondition.ApplyToRow Property

Gets or sets whether the appearance settings are to be applied to entire nodes or individual cells.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ApplyToRow { get; set; }

Property Value

Type Default Description
Boolean false

true to apply the appearance settings to entire nodes; otherwise, false.

See Also