Show / Hide Table of Contents

Class IgbDataGridToolbar

Inheritance
System.Object
BaseRendererControl
IgbDataGridToolbar
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataGridToolbar : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbDataGridToolbar()

Declaration
public IgbDataGridToolbar()

Properties

BackgroundColor

Gets or Sets the property name that contains the values.

Declaration
public string BackgroundColor { get; set; }
Property Value
Type Description
System.String

BaseTheme

Gets or Sets the property name that contains the values.

Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Type Description
BaseControlTheme

BorderWidthBottom

Declaration
public double BorderWidthBottom { get; set; }
Property Value
Type Description
System.Double

BorderWidthLeft

Declaration
public double BorderWidthLeft { get; set; }
Property Value
Type Description
System.Double

BorderWidthRight

Declaration
public double BorderWidthRight { get; set; }
Property Value
Type Description
System.Double

BorderWidthTop

Declaration
public double BorderWidthTop { get; set; }
Property Value
Type Description
System.Double

ColumnChooser

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

ColumnChooserTitle

Gets or Sets the property name that contains the values.

Declaration
public string ColumnChooserTitle { get; set; }
Property Value
Type Description
System.String

ColumnPinning

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

ColumnPinningTitle

Gets or Sets the property name that contains the values.

Declaration
public string ColumnPinningTitle { get; set; }
Property Value
Type Description
System.String

Density

Gets or Sets the property name that contains the values.

Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Type Description
ControlDisplayDensity

DialogBackgroundColor

Gets or Sets the property name that contains the values.

Declaration
public string DialogBackgroundColor { get; set; }
Property Value
Type Description
System.String

TargetGrid

Gets or Sets the property name that contains the values.

Declaration
public IgbDataGrid TargetGrid { get; set; }
Property Value
Type Description
IgbDataGrid

TargetGridScript

Provides a means of setting TargetGrid in the JavaScript environment.

Declaration
public string TargetGridScript { get; set; }
Property Value
Type Description
System.String

ToolbarTitle

Gets or Sets the property name that contains the values.

Declaration
public string ToolbarTitle { get; set; }
Property Value
Type Description
System.String

ToolbarTitleColor

Gets or Sets the property name that contains the values.

Declaration
public string ToolbarTitleColor { get; set; }
Property Value
Type Description
System.String

ToolbarTitleFontFamily

Declaration
public string ToolbarTitleFontFamily { get; set; }
Property Value
Type Description
System.String

ToolbarTitleFontSize

Declaration
public double ToolbarTitleFontSize { get; set; }
Property Value
Type Description
System.Double

ToolbarTitleFontStyle

Declaration
public string ToolbarTitleFontStyle { get; set; }
Property Value
Type Description
System.String

ToolbarTitleFontWeight

Declaration
public string ToolbarTitleFontWeight { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

ExportSerializedVisualModel()

Declaration
public string ExportSerializedVisualModel()
Returns
Type Description
System.String

ExportSerializedVisualModelAsync()

Returns a serialized copy of the exported visual model

Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ExportVisualModel()

Declaration
public object ExportVisualModel()
Returns
Type Description
System.Object

ExportVisualModelAsync()

Exports visual information about the current state of the toolbar.

Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

Implements

JsonSerializable
System.IDisposable