DataGrid column settings class used to Save/Load settings.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnSettingsDataGrid column settings class used to Save/Load settings.
public DataGridColumnSettings()Gets or sets the mode that determines whether the filter applies to any or all items in a collection.
public CollectionFilterMode CollectionFilterMode { get; set; }
| Type | Description |
|---|---|
| CollectionFilterMode | Gets or sets the mode that determines whether the filter applies to any or all items in a collection. |
CustomFilterExpression.
public string CustomFilterExpression { get; set; }
| Type | Description |
|---|---|
| string | CustomFilterExpression. |
FilterOperator.
public FilterOperator FilterOperator { get; set; }
| Type | Description |
|---|---|
| FilterOperator | FilterOperator. |
FilterValue.
public object FilterValue { get; set; }
| Type | Description |
|---|---|
| object | FilterValue. |
LogicalFilterOperator.
public LogicalFilterOperator LogicalFilterOperator { get; set; }
| Type | Description |
|---|---|
| LogicalFilterOperator | LogicalFilterOperator. |
OrderIndex.
public int? OrderIndex { get; set; }
| Type | Description |
|---|---|
| int? | OrderIndex. |
Property.
public string Property { get; set; }
| Type | Description |
|---|---|
| string | Property. |
SecondFilterOperator.
public FilterOperator SecondFilterOperator { get; set; }
| Type | Description |
|---|---|
| FilterOperator | SecondFilterOperator. |
SecondFilterValue.
public object SecondFilterValue { get; set; }
| Type | Description |
|---|---|
| object | SecondFilterValue. |
SortIndex.
public int? SortIndex { get; set; }
| Type | Description |
|---|---|
| int? | SortIndex. |
SortOrder.
public SortOrder? SortOrder { get; set; }
| Type | Description |
|---|---|
| SortOrder? | SortOrder. |
Property.
public string UniqueID { get; set; }
| Type | Description |
|---|---|
| string | Property. |
Visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Visible. |
Width.
public string Width { get; set; }
| Type | Description |
|---|---|
| string | Width. |