Back to Devexpress

TreeListView.AllowConditionalFormattingMenu Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a4f45b41.md

latest1.5 KB
Original Source

TreeListView.AllowConditionalFormattingMenu Property

Gets or sets whether to enable the conditional formatting menu. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowConditionalFormattingMenu { get; set; }
vb
Public Property AllowConditionalFormattingMenu As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable the conditional formatting menu; otherwise, false.

|

Remarks

Refer to the following help topic for more information: Conditional Formatting Menu.

See Also

AllowConditionalFormattingMenu

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace