Skip to main content
All docs
V24.2

PropertyAllowEventArgs.OptionsLayout Property

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
OptionsLayoutBase

Control layout settings.

See Also