Show / Hide Table of Contents

Class IgbGridColumnOptionsBase

Inheritance
System.Object
BaseRendererControl
IgbGridColumnOptionsBase
IgbGridColumnOptions
IgbGridColumnOptionsSectionBase
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl.eventCallbacksCache
BaseRendererControl._cachedSerializedContent
BaseRendererControl.EnsureModulesLoaded()
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 IgbGridColumnOptionsBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbGridColumnOptionsBase()

Declaration
public IgbGridColumnOptionsBase()

Properties

ActualBaseTheme

Gets the actual display baseTheme to use for the component.

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

ActualButtonDensity

Gets the actual display buttonDensity to use for the component.

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

ActualDensity

Gets the actual display density to use for the component.

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

AutoSize

Gets or sets the autoSize for which this AutoSizeOptions will apply.

Declaration
public bool AutoSize { get; set; }
Property Value
Type Description
System.Boolean

BackgroundColor

Gets or sets the color to use for the background of the component.

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

BaseTheme

Gets or sets the base built in theme to use for the component.

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

ButtonDensity

Gets or sets the display Density to use for the buttons in the component.

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

ButtonFontFamily

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

ButtonFontSize

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

ButtonFontStyle

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

ButtonFontWeight

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

Column

Gets or sets the column for which this ColumnOptions will apply.

Declaration
public IgbDataGridColumn Column { get; set; }
Property Value
Type Description
IgbDataGridColumn

DefaultEventBehavior

Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Type Description
ControlEventBehavior
Overrides
BaseRendererControl.DefaultEventBehavior

Density

Gets or sets the display density to use for the component.

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

LabelFontFamily

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

LabelFontSize

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

LabelFontStyle

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

LabelFontWeight

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

TextColor

Gets or sets the color to use for the text of the component.

Declaration
public string TextColor { 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

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