Back to Devexpress

TreeListOptionsEditForm.PopupEditFormWidth Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionseditform-e986ee71.md

latest1.7 KB
Original Source

TreeListOptionsEditForm.PopupEditFormWidth Property

Gets or sets the width of the Edit Form.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(800)]
[XtraSerializableProperty]
public virtual int PopupEditFormWidth { get; set; }
vb
<DefaultValue(800)>
<XtraSerializableProperty>
Public Overridable Property PopupEditFormWidth As Integer

Property Value

TypeDefaultDescription
Int32800

An Int32 value that specifies the width of the Edit Form.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormWidth
TreeList

.OptionsEditForm .PopupEditFormWidth

|

See Also

TreeListOptionsEditForm Class

TreeListOptionsEditForm Members

DevExpress.XtraTreeList Namespace