Skip to main content

OptionsColumnLayout Class

Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry).

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public class OptionsColumnLayout :
    BaseOptions

The following members return OptionsColumnLayout objects:

Remarks

The OptionsLayoutGrid.Columns property of the OptionsColumnLayout class contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or system registry) along with other control settings.

Inheritance

See Also