Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also