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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override DefaultBoolean AllowDropDownWhenReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | Specifies whether read-only editors can show their drop-down menus. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
See Also