Back to Devexpress

OptionsTableLayoutGroup Members

windowsforms-devexpress-dot-xtralayout-dot-optionstablelayoutgroup-dot-underscore-members.md

latest6.0 KB
Original Source

OptionsTableLayoutGroup Members

Provides options and methods to customize a table layout enabled for a LayoutGroup.

Constructors

NameDescription
OptionsTableLayoutGroup(ILayoutControl, LayoutGroup)Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners.

Properties

NameDescription
AutoSizeDefaultDefinitionLengthGets or sets the default size for empty rows/columns of the SizeType.AutoSize type in table layout mode.
ColumnCountReturns the number of columns within the table layout.
ColumnDefinitionsProvides access to columns of the table layout.
RowCountReturns the number of rows within the table layout.
RowDefinitionsProvides access to rows of the table layout.
ShrinkEmptyAutoSizeDefinitionGets or sets whether to automatically minimize empty rows/columns whose SizeType property is set to AutoSize.

Methods

NameDescription
Add(ColumnDefinition)Adds the specified column to a table layout.
Add(RowDefinition)Adds the specified row to a table layout.
AddColumn()Creates a new column with default settings and adds it to the table layout.
AddRow()Creates a new row with default settings and adds it to the table layout.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetColumn(Int32)Returns a column by its index within the table layout.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetRow(Int32)Returns a row by its index within the table layout.
GetType()Gets the Type of the current instance. Inherited from Object.
Insert(Int32, ColumnDefinition, Boolean)Inserts an element into the collection at the specified index.
Insert(Int32, RowDefinition, Boolean)Inserts an element into the collection at the specified index.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(ColumnDefinition, Boolean)Removes the specified column definition.
Remove(RowDefinition, Boolean)Removes the specified row definition.
RemoveColumnAt(Int32, Boolean)Removes the element at the specified index.
RemoveRowAt(Int32, Boolean)Removes the element at the specified index.

See Also

OptionsTableLayoutGroup Class

DevExpress.XtraLayout Namespace