Back to Devexpress

CanSelectItemEventArgs.CanSelect Property

wpf-devexpress-dot-xpf-dot-accordion-dot-canselectitemeventargs-ba8a8045.md

latest1.3 KB
Original Source

CanSelectItemEventArgs.CanSelect Property

Gets or sets whether the processed accordion item can be selected.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

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

Property Value

TypeDescription
Boolean

true , if the processed accordion item can be selected; otherwise, false.

|

Remarks

Use the Item property to get the processed item. To prevent this item from being selected, set the CanSelect property to false.

See Also

CanSelectItemEventArgs Class

CanSelectItemEventArgs Members

DevExpress.Xpf.Accordion Namespace