Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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