Skip to main content

RepositoryItemGridLookUpEditBase.AllowUpdatePopupWidth Property

Gets whether it is allowed to update popup width.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

public override bool AllowUpdatePopupWidth { get; }

Property Value

Type Description
Boolean

true if it is allowed to update popup width; otherwise, false.

See Also