PropertyAllowEventArgs.OptionsLayout Property
In This Article
Gets layout settings of the control whose layout is being serialized or deserialized.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public OptionsLayoutBase OptionsLayout { get; }
#Property Value
Type | Description |
---|---|
Options |
Control layout settings. |
See Also