Back to Devexpress

OptionsColumnLayout Class

corelibraries-devexpress-dot-utils-7329e73c.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
public class OptionsColumnLayout :
    BaseOptions
vb
Public Class OptionsColumnLayout
    Inherits 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

Object ViewStatePersisterCore BaseOptions OptionsColumnLayout

See Also

OptionsColumnLayout Members

Columns

DevExpress.Utils Namespace