Class IgbDataGridToolbar
Inheritance
System.Object
IgbDataGridToolbar
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbDataGridToolbar : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
Declaration
public IgbDataGridToolbar()
Properties
Gets or Sets the property name that contains the values.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Declaration
public double BorderWidthBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double BorderWidthLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double BorderWidthRight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double BorderWidthTop { get; set; }
Property Value
Type |
Description |
System.Double |
|
Gets or Sets the property name that contains the values.
Declaration
public bool ColumnChooser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ColumnChooserText
Gets or Sets the property name that contains the values.
Declaration
public string ColumnChooserText { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public string ColumnChooserTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public bool ColumnPinning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ColumnPinningText
Gets or Sets the property name that contains the values.
Declaration
public string ColumnPinningText { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public string ColumnPinningTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Gets or Sets the property name that contains the values.
Declaration
public string DialogBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public IgbDataGrid TargetGrid { get; set; }
Property Value
Provides a means of setting TargetGrid in the JavaScript environment.
Declaration
public string TargetGridScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public string ToolbarTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or Sets the property name that contains the values.
Declaration
public string ToolbarTitleColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolbarTitleFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double ToolbarTitleFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string ToolbarTitleFontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolbarTitleFontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public string ExportSerializedVisualModel()
Returns
Type |
Description |
System.String |
|
Returns a serialized copy of the exported visual model
Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Declaration
public object ExportVisualModel()
Returns
Type |
Description |
System.Object |
|
Exports visual information about the current state of the toolbar.
Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Object> |
|
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.IDisposable