Namespace CG.Blazor.Forms.Attributes
Classes
MudBlazorAttribute
This class is a base for all MudBlazor specific form generation attributes.
RenderMudAlertAttribute
This class is an attribute that, when applied to a string property, causes the form generator to render the property as a MudBlazor.MudAlert component.
RenderMudAutocompleteAttribute
This class is an attribute that, when applied to a string property, causes the form generator to render the property as a MudBlazor.MudAutocomplete`1 component.
RenderMudCheckBoxAttribute
This class is an attribute that, when applied to a bool property, causes the form generator to render the property as a MudBlazor.MudCheckBox`1 component.
RenderMudColorPickerAttribute
This class is an attribute that, when applied to a System.String property, causes the form generator to render the property as a MudBlazor.MudColorPicker component.
RenderMudDatePickerAttribute
This class is an attribute that, when applied to a System.Nullable<T> property, causes the form generator to render the property as a MudBlazor.MudDatePicker component.
RenderMuddyGroupBoxAttribute
This class is an attribute that, when applied to a property of type: object, causes the form generator to render the property wrapped inside a MuddyGroupBox component.
RenderMudFieldAttribute
This class is an attribute that, when applied to a DateTime property, causes the form generator to render the property as a MudBlazor.MudField component.
RenderMudNumericFieldAttribute
This class is an attribute that, when applied to a numeric property, causes the form generator to render the property as a MudBlazor.MudNumericField`1 component.
RenderMudRadioGroupAttribute
This class is an attribute that, when applied to a string property, causes the form generator to render the property as a MudBlazor.MudRadioGroup`1 component.
RenderMudSelectAttribute
This class is an attribute that, when applied to a string property, causes the form generator to render the property as a MudBlazor.MudSelect`1 component.
RenderMudSliderAttribute
This class is an attribute that, when applied to a numeric property, causes the form generator to render the property as a MudBlazor.MudSlider`1 component.
RenderMudSwitchAttribute
This class is an attribute that, when applied to a bool property, causes the form generator to render the property as a MudBlazor.MudSwitch`1 component.
RenderMudTabPanelAttribute
This class is an attribute that, when applied to a property of type: object, causes the form generator to render the property wrapped inside a MudBlazor.MudTabPanel component.
RenderMudTabsAttribute
This class is an attribute that, when applied to a class causes the form generator to render any instances of the class wrapped inside a MudBlazor.MudTabs component.
RenderMudTextFieldAttribute
This class is an attribute that, when applied to a string property, causes the form generator to render the property as a MudBlazor.MudTextField`1 component.
RenderMudTimePickerAttribute
This class is an attribute that, when applied to a System.TimeSpan property, causes the form generator to render the property as a MudBlazor.MudTimePicker component.