RepositoryItemDateTimeOffsetEdit.AllowDropDownWhenReadOnly Property
Gets or sets whether an editor can show its drop-down menu when read-only.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override DefaultBoolean AllowDropDownWhenReadOnly { get; set; }
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property AllowDropDownWhenReadOnly As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | Specifies whether read-only editors can show their drop-down menus. |
See Also
Feedback