Skip to main content
A newer version of this page is available. .

RepositoryItemBlobBaseEdit.PopupStartSize Property

OBSOLETE

Use the PopupFormSize property instead.

Gets or sets the size the editor’s popup window should have when first opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Obsolete("Use the PopupFormSize property instead.")]
[Browsable(false)]
public virtual Size PopupStartSize { get; set; }

Property Value

Type Description
Size

A Size structure representing the size of the popup window on its first occurrence.

Remarks

Use the PopupStartSize property to control the initial width and height of the BLOB editor’s popup window. Changing this property setting at runtime only has an effect before the popup window is first opened.

By default, the PopupStartSize property sets the width and height of the popup window to 200 and 150 pixels respectively. Bear in mind that these default values represent the minimal size the popup window can have during resizing.

Note: when the RepositoryItemBlobBaseEdit.PopupSizeable property is set to false, the size grip is hidden and window resizing is not allowed.

Changing the value of this property at runtime raises the RepositoryItem.PropertiesChanged event.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PopupStartSize property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also