Back to Devexpress

BarEditItem.EditorShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-baredititem-6aadcc64.md

latest2.0 KB
Original Source

BarEditItem.EditorShowMode Property

Gets or sets a value which specifies how an item’s editor is activated.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(EditorShowMode.Default)]
public virtual EditorShowMode EditorShowMode { get; set; }
vb
<DefaultValue(EditorShowMode.Default)>
Public Overridable Property EditorShowMode As EditorShowMode

Property Value

TypeDefaultDescription
EditorShowModeDefault

A EditorShowMode enumeration value which specifies how an item’s editor is activated.

|

Available values:

NameDescription
Default

The mode is not specified explicitly. The actual mode depends on the control and its settings. See remarks in the following topic for more information: EditorShowMode Enum.

| | MouseDown |

A cell editor is activated when the left mouse button is pressed regardless of whether the cell is focused.

| | MouseUp |

A cell editor is activated when the left mouse button is pressed and released in the same cell regardless of whether the cell is focused.

| | Click |

A cell editor is activated when the left mouse button is pressed and released in a focused cell.

| | MouseDownFocused |

A cell editor is activated when the left mouse button is pressed in a focused cell.

|

See Also

BarEditItem Class

BarEditItem Members

DevExpress.XtraBars Namespace