Class DataFormGridLayout
Arranges the items of a Rad
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormGridLayout : DataFormLayout
Constructors
DataFormGridLayout()
Declaration
public DataFormGridLayout()
Fields
ColumnCountProperty
Identifies the Column
Declaration
public static readonly BindableProperty ColumnCountProperty
Field Value
Microsoft.
|
ColumnSpacingProperty
Identifies the Column
Declaration
public static readonly BindableProperty ColumnSpacingProperty
Field Value
Microsoft.
|
RowSpacingProperty
Identifies the Row
Declaration
public static readonly BindableProperty RowSpacingProperty
Field Value
Microsoft.
|
Properties
ColumnCount
Gets or sets the number of columns in the grid.
Declaration
public int ColumnCount { get; set; }
Property Value
System.
|
ColumnSpacing
Specifies the spacing in pixels between the columns in the grid.
Declaration
public double ColumnSpacing { get; set; }
Property Value
System.
|
RowSpacing
Specifies the spacing in pixels between the rows in the grid.
Declaration
public double RowSpacing { get; set; }
Property Value
System.
|