B-Arts DocumentationIndice generale

BPropertyGridPropertyEditor

Componente interno che rende il controllo adeguato per un BPropertyGridItem e inoltra i callback dei valori. Non usarlo direttamente nelle pagine: usare BPropertyGrid oppure il controllo specifico (BTesto, BCombo, BCheck).

<!-- BEGIN GENERATED API -->

Riferimento API completo

Identità

  • Namespace: B.BWeb.BControls

  • Assembly: BFrameworkWebControls

  • Tipo: class

  • Classe base: ComponentBase

  • Interfacce: IComponent, IHandleAfterRender, IHandleEvent

  • Sorgente API: versione 5.0.1

Dichiarazione

public class BPropertyGridPropertyEditor : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Costruttori

  • BPropertyGridPropertyEditor()

Campi pubblici

Nessun campo pubblico dichiarato.

Proprietà

Proprietà Tipo Accesso
Connection BConnection get/set
CssClassBCheck string get/set
CssClassBCombo string get/set
CssClassBTesto string get/set
CssClassEditor string get/set
CssClassEditorFocus string get/set
CssClassLabel string get/set
CssClassProperty string get/set
DataType eDataType<string> get/set
Disabled bool get/set
Item BPropertyGridItem get/set
LabelWidth string get/set
OnAutoCompleteValueChanged EventCallback<string> get/set
OnBooleanValueChanged EventCallback<bool> get/set
OnComboValueChanged EventCallback<string> get/set
OnCurrencyValueChanged EventCallback<double?> get/set
OnDateValueChanged EventCallback<DateTime?> get/set
OnEditorLostFocus EventCallback<BPropertyGridItem> get/set
OnHelpButtonClick EventCallback<BPropertyGridItem> get/set
OnTextValueChanged EventCallback<string> get/set

Callback Blazor

  • OnAutoCompleteValueChanged: EventCallback<string>

  • OnBooleanValueChanged: EventCallback<bool>

  • OnComboValueChanged: EventCallback<string>

  • OnCurrencyValueChanged: EventCallback<double?>

  • OnDateValueChanged: EventCallback<DateTime?>

  • OnEditorLostFocus: EventCallback<BPropertyGridItem>

  • OnHelpButtonClick: EventCallback<BPropertyGridItem>

  • OnTextValueChanged: EventCallback<string>

Eventi CLR

Nessun evento CLR pubblico dichiarato.

Metodi

  • string GetEditorClientId()

  • Task SetCtlNextFocus(string ClientId)

Tipi annidati pubblici

Nessun tipo annidato pubblico.