A newer version of this page is available.
Switch to the current version.
TreeList.ShowButtonMode Property
Gets or sets a value determining the manner in which the editor buttons of TreeList cells are displayed.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[DefaultValue(ShowButtonModeEnum.ShowForFocusedCell)]
[XtraSerializableProperty]
public ShowButtonModeEnum ShowButtonMode { get; set; }
<DefaultValue(ShowButtonModeEnum.ShowForFocusedCell)>
<XtraSerializableProperty>
Public Property ShowButtonMode As ShowButtonModeEnum
Property Value
Type | Default | Description |
---|---|---|
ShowButtonModeEnum | ShowForFocusedCell |
A ShowButtonModeEnum enumerator value that specifies the manner in which editor buttons are displayed. |
See Also
Feedback