Back to Devexpress

XtraForm.Site Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-95e74917.md

latest1.2 KB
Original Source

XtraForm.Site Property

Gets or sets the site of the XtraForm.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public override ISite Site { get; set; }
vb
<Browsable(False)>
Public Overrides Property Site As ISite

Property Value

TypeDescription
ISite

The ISite associated with the XtraForm, if any.

|

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace