Class SmartSchedulerAssistStyle
Gets or sets properties which allows to customize the smart scheduler text style.
Inheritance
Namespace: Syncfusion.Maui.SmartComponents
Assembly: Syncfusion.Maui.SmartComponents.dll
Syntax
public class SmartSchedulerAssistStyle : Element, IThemeElement
Constructors
SmartSchedulerAssistStyle()
Initializes a new instance of the SmartSchedulerAssistStyle class.
Declaration
public SmartSchedulerAssistStyle()
Fields
AssistViewHeaderBackgroundProperty
Identifies the AssistViewHeaderBackground dependency property.
Declaration
public static readonly BindableProperty AssistViewHeaderBackgroundProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | Identifies the AssistViewHeaderBackground bindable property. |
AssistViewHeaderFontAttributesProperty
Identifies the AssistViewHeaderFontAttributes bindable property.
Declaration
public static readonly BindableProperty AssistViewHeaderFontAttributesProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for AssistViewHeaderFontAttributes bindable property. |
AssistViewHeaderFontAutoScalingEnabledProperty
Identifies the AssistViewHeaderFontAutoScalingEnabled bindable property.
Declaration
public static readonly BindableProperty AssistViewHeaderFontAutoScalingEnabledProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for AssistViewHeaderFontAutoScalingEnabled bindable property. |
AssistViewHeaderFontFamilyProperty
Identifies the AssistViewHeaderFontFamily bindable property.
Declaration
public static readonly BindableProperty AssistViewHeaderFontFamilyProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for AssistViewHeaderFontFamily bindable property. |
AssistViewHeaderFontSizeProperty
Identifies the AssistViewHeaderFontSize bindable property.
Declaration
public static readonly BindableProperty AssistViewHeaderFontSizeProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for AssistViewHeaderFontSize bindable property. |
AssistViewHeaderTextColorProperty
Identifies the AssistViewHeaderTextColor bindable property.
Declaration
public static readonly BindableProperty AssistViewHeaderTextColorProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | The identifier for AssistViewHeaderTextColor bindable property. |
PlaceholderColorProperty
Identifies the PlaceholderColor dependency property.
Declaration
public static readonly BindableProperty PlaceholderColorProperty
Field Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.BindableProperty | Identifies the PlaceholderColor bindable property. |
Properties
AssistViewHeaderBackground
Gets or sets the background for the Assist View header.
Declaration
public Brush AssistViewHeaderBackground { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.Brush |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderBackground="Yellow" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
AssistViewHeaderFontAttributes
Gets or sets the font attributes for the assistview header text.
Declaration
public FontAttributes AssistViewHeaderFontAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Maui.Controls.FontAttributes | The default value is Microsoft.Maui.Controls.FontAttributes.None. |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderFontAttributes="Bold" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
AssistViewHeaderFontAutoScalingEnabled
Gets or sets to Indicates whether font auto-scaling is enabled for the assistview header text.
Declaration
public bool AssistViewHeaderFontAutoScalingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is false. |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderFontAutoScalingEnabled="False" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
AssistViewHeaderFontFamily
Gets or sets the font family for the assistview header text.
Declaration
public string AssistViewHeaderFontFamily { get; set; }
Property Value
| Type |
|---|
| System.String |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderFontFamily="SegoeUI" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
AssistViewHeaderFontSize
Gets or sets the font size of the assistview header text.
Declaration
public double AssistViewHeaderFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 16. |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderFontSize="18" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
AssistViewHeaderTextColor
Gets or sets the color of the assistview header text.
Declaration
public Color AssistViewHeaderTextColor { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Graphics.Color |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle AssistViewHeaderTextColor="Blue" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>
PlaceholderColor
Gets or sets the color of the placeholder text.
Declaration
public Color PlaceholderColor { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Graphics.Color |
Examples
<smartScheduler:SfSmartScheduler> <smartScheduler:SfSmartScheduler.AssistViewSettings> <smartScheduler:SchedulerAssistViewSettings> <smartScheduler:SchedulerAssistViewSettings.AssistStyle> <smartScheduler:SmartSchedulerAssistStyle PlaceholderColor="Red" /> </smartScheduler:SchedulerAssistViewSettings.AssistStyle> </smartScheduler:SchedulerAssistViewSettings> </smartScheduler:SfSmartScheduler.AssistViewSettings> </smartScheduler:SfSmartScheduler>