Inheritance
System.Object
DataPagerStyle
Assembly: Syncfusion.Maui.DataGrid.dll
public class DataPagerStyle : Element, IThemeElement
Constructors
Declaration
Fields
Identifies the HoveredBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty ButtonHoveredBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the DataPagerBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty DataPagerBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the FirstPageTemplate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty FirstPageTemplateProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the LastPageTemplate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty LastPageTemplateProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NavigationButtonBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NavigationButtonBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NavigationButtonDisableBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NavigationButtonDisableBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NavigationButtonDisableIconColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NavigationButtonDisableIconColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NavigationButtonIconColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NavigationButtonIconColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NextPageTemplate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NextPageTemplateProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NumericButtonBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NumericButtonBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NumericButtonSelectionBackgroundColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NumericButtonSelectionBackgroundColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NumericButtonSelectionTextColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NumericButtonSelectionTextColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the NumericButtonTextColor Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NumericButtonTextColorProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Identifies the PreviousPageTemplate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty PreviousPageTemplateProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Properties
Gets or sets the hovering color of the numeric and navigation buttons.
Declaration
public Color ButtonHoveredBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the background color of the SfDataPager.
Declaration
public Color DataPagerBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the first page template for first page button.
Declaration
public DataTemplate FirstPageButtonTemplate { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.DataTemplate |
Gets or sets the lat page template for last page button.
Declaration
public DataTemplate LastPageButtonTemplate { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.DataTemplate |
Gets or sets the color for navigation button.
Declaration
public Color NavigationButtonBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the background color of the navigation button in the disabled state.
Declaration
public Color NavigationButtonDisableBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the icon color of the navigation button in the disabled state.
Declaration
public Color NavigationButtonDisableIconColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the icon color of the navigation buttons.
Declaration
public Color NavigationButtonIconColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the next page template for next page button.
Declaration
public DataTemplate NextPageButtonTemplate { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.DataTemplate |
Gets or sets the background color for numeric button.
Declaration
public Color NumericButtonBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the selection background color of the numeric buttons.
Declaration
public Color NumericButtonSelectionBackgroundColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the selection foreground color for numeric button.
Declaration
public Color NumericButtonSelectionTextColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the text color for numeric button.
Declaration
public Color NumericButtonTextColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Gets or sets the previous page template for previous page button.
Declaration
public DataTemplate PreviousPageButtonTemplate { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.DataTemplate |
Methods
Declaration
public void OnCommonThemeChanged(string oldTheme, string newTheme)
Parameters
Type |
Name |
Description |
System.String |
oldTheme |
|
System.String |
newTheme |
|
Exceptions
Type |
Condition |
System.NotImplementedException |
Declaration
public void OnControlThemeChanged(string oldTheme, string newTheme)
Parameters
Type |
Name |
Description |
System.String |
oldTheme |
|
System.String |
newTheme |
|