Show / Hide Table of Contents

Class IgbPropertyEditorPanel

Inheritance
System.Object
BaseRendererControl
IgbPropertyEditorPanel
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.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPropertyEditorPanel : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbPropertyEditorPanel()

Declaration
public IgbPropertyEditorPanel()

Properties

ActualDataSource

Gets the actaul data or data source instance to which to bind the grid.

Declaration
public IgbPropertyEditorPropertyDescriptionCollection ActualDataSource { get; set; }
Property Value
Type Description
IgbPropertyEditorPropertyDescriptionCollection

ActualProperties

Declaration
public IgbPropertyEditorPropertyDescriptionCollection ActualProperties { get; }
Property Value
Type Description
IgbPropertyEditorPropertyDescriptionCollection

ActualRowHeight

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

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

CellFontFamily

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

CellFontSize

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

CellFontStyle

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

CellFontWeight

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

ComponentRenderer

Declaration
public object ComponentRenderer { get; set; }
Property Value
Type Description
System.Object

ComponentRendererScript

Provides a means of setting ComponentRenderer in the JavaScript environment.

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

ContentProperties

Declaration
public IgbPropertyEditorPropertyDescriptionCollection ContentProperties { get; }
Property Value
Type Description
IgbPropertyEditorPropertyDescriptionCollection

DescriptionContext

Declaration
public object DescriptionContext { get; set; }
Property Value
Type Description
System.Object

DescriptionContextScript

Provides a means of setting DescriptionContext in the JavaScript environment.

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

DescriptionType

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

IsHorizontal

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

IsIndirectModeEnabled

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

IsWrappingEnabled

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

ParentTypeName

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

Properties

Gets or sets the data or data source instance to which to bind the grid.

Declaration
public IgbPropertyEditorPropertyDescriptionCollection Properties { get; set; }
Property Value
Type Description
IgbPropertyEditorPropertyDescriptionCollection

RowHeight

Gets or Sets the property name that contains the values.

Declaration
public int RowHeight { get; set; }
Property Value
Type Description
System.Int32

Target

Declaration
public object Target { get; set; }
Property Value
Type Description
System.Object

TargetScript

Provides a means of setting Target in the JavaScript environment.

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

UpdateMode

Declaration
public PropertyEditorPanelUpdateMode UpdateMode { get; set; }
Property Value
Type Description
PropertyEditorPanelUpdateMode

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
BaseRendererControl.FindByName(String)

NotifyClearItems()

Declaration
public void NotifyClearItems()

NotifyClearItemsAsync()

Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable.

Declaration
public Task NotifyClearItemsAsync()
Returns
Type Description
System.Threading.Tasks.Task

NotifyInsertItem(Int32, Object)

Declaration
public void NotifyInsertItem(int index, object newItem)
Parameters
Type Name Description
System.Int32 index
System.Object newItem

NotifyInsertItemAsync(Int32, Object)

Declaration
public Task NotifyInsertItemAsync(int index, object newItem)
Parameters
Type Name Description
System.Int32 index
System.Object newItem
Returns
Type Description
System.Threading.Tasks.Task

NotifyRemoveItem(Int32, Object)

Declaration
public void NotifyRemoveItem(int index, object oldItem)
Parameters
Type Name Description
System.Int32 index
System.Object oldItem

NotifyRemoveItemAsync(Int32, Object)

Declaration
public Task NotifyRemoveItemAsync(int index, object oldItem)
Parameters
Type Name Description
System.Int32 index
System.Object oldItem
Returns
Type Description
System.Threading.Tasks.Task

NotifySetItem(Int32, Object, Object)

Declaration
public void NotifySetItem(int index, object oldItem, object newItem)
Parameters
Type Name Description
System.Int32 index
System.Object oldItem
System.Object newItem

NotifySetItemAsync(Int32, Object, Object)

Declaration
public Task NotifySetItemAsync(int index, object oldItem, object newItem)
Parameters
Type Name Description
System.Int32 index
System.Object oldItem
System.Object newItem
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable