Back to Devexpress

DxGridLayout Members

blazor-devexpress-dot-blazor-dot-dxgridlayout-dot-underscore-members.md

latest3.7 KB
Original Source

DxGridLayout Members

A container that arranges its items into rows and columns.

Constructors

NameDescription
DxGridLayout()Initializes a new instance of the DxGridLayout class.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Grid Layout.
ColumnsSpecifies the grid layout’s column collection.
ColumnSpacingSpecifies the distance between grid layout columns.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
ItemContainerCssClassAssigns a CSS class to the component’s inner container with items.
ItemsSpecifies the grid layout’s item collection.
RowsSpecifies the grid layout’s row collection.
RowSpacingSpecifies the distance between the grid layout’s rows.

Methods

NameDescription
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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
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.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DxGridLayout Class

DevExpress.Blazor Namespace