Skip to main content

RepositoryItemHypertextLabel.BrowserWindowStyle Property

Gets or sets the window state to use when a browser is opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ProcessWindowStyle.Normal)]
[DXCategory("Appearance")]
public virtual ProcessWindowStyle BrowserWindowStyle { get; set; }

Property Value

Type Default Description
ProcessWindowStyle Normal

One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible.

See Also