Show / Hide Table of Contents

Class IgbGridColumnButtonOptions

Inheritance
System.Object
BaseRendererControl
IgbGridColumnOptionsBase
IgbGridColumnOptionsSectionBase
IgbGridColumnButtonOptions
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbGridColumnOptionsSectionBase.OnApplyAsync()
IgbGridColumnOptionsSectionBase.OnApply()
IgbGridColumnOptionsSectionBase.OnCancelAsync()
IgbGridColumnOptionsSectionBase.OnCancel()
IgbGridColumnOptionsBase.DefaultEventBehavior
IgbGridColumnOptionsBase.AutoSize
IgbGridColumnOptionsBase.BackgroundColor
IgbGridColumnOptionsBase.BaseTheme
IgbGridColumnOptionsBase.ActualBaseTheme
IgbGridColumnOptionsBase.ButtonDensity
IgbGridColumnOptionsBase.ActualButtonDensity
IgbGridColumnOptionsBase.ButtonFontFamily
IgbGridColumnOptionsBase.ButtonFontSize
IgbGridColumnOptionsBase.ButtonFontStyle
IgbGridColumnOptionsBase.ButtonFontWeight
IgbGridColumnOptionsBase.Column
IgbGridColumnOptionsBase.Density
IgbGridColumnOptionsBase.ActualDensity
IgbGridColumnOptionsBase.LabelFontFamily
IgbGridColumnOptionsBase.LabelFontSize
IgbGridColumnOptionsBase.LabelFontStyle
IgbGridColumnOptionsBase.LabelFontWeight
IgbGridColumnOptionsBase.TextColor
BaseRendererControl.eventCallbacksCache
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveEventBehavior()
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.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.EventBehavior
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 IgbGridColumnButtonOptions : IgbGridColumnOptionsSectionBase, RefSink, JsonSerializable, IDisposable

Constructors

IgbGridColumnButtonOptions()

Declaration
public IgbGridColumnButtonOptions()

Properties

ApplyButtonCaption

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

ApplyButtonClick

Declaration
public EventCallback<IgbApplyButtonClickEventArgs> ApplyButtonClick { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbApplyButtonClickEventArgs>

ApplyButtonClickScript

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

CancelButtonCaption

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

CancelButtonClick

Declaration
public EventCallback<IgbCancelButtonClickEventArgs> CancelButtonClick { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbCancelButtonClickEventArgs>

CancelButtonClickScript

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

Type

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

Methods

EnsureModulesLoaded()

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

FindByName(String)

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

Implements

JsonSerializable
System.IDisposable