menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataPagerStyle - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataPagerStyle

    Class which customize the styles of the SfDataPager.

    Inheritance
    System.Object
    DataPagerStyle
    Namespace: Syncfusion.Maui.DataGrid.DataPager
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataPagerStyle : Element, IThemeElement

    Constructors

    DataPagerStyle()

    Initializes a new instance of the DataPagerStyle class.

    Declaration
    public DataPagerStyle()

    Fields

    ButtonHoveredBackgroundColorProperty

    Identifies the HoveredBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty ButtonHoveredBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    DataPagerBackgroundColorProperty

    Identifies the DataPagerBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty DataPagerBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    FirstPageTemplateProperty

    Identifies the FirstPageTemplate Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty FirstPageTemplateProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    LastPageTemplateProperty

    Identifies the LastPageTemplate Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty LastPageTemplateProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NavigationButtonBackgroundColorProperty

    Identifies the NavigationButtonBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NavigationButtonBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NavigationButtonDisableBackgroundColorProperty

    Identifies the NavigationButtonDisableBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NavigationButtonDisableBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NavigationButtonDisableIconColorProperty

    Identifies the NavigationButtonDisableIconColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NavigationButtonDisableIconColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NavigationButtonIconColorProperty

    Identifies the NavigationButtonIconColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NavigationButtonIconColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NextPageTemplateProperty

    Identifies the NextPageTemplate Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NextPageTemplateProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NumericButtonBackgroundColorProperty

    Identifies the NumericButtonBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NumericButtonBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NumericButtonSelectionBackgroundColorProperty

    Identifies the NumericButtonSelectionBackgroundColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NumericButtonSelectionBackgroundColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NumericButtonSelectionTextColorProperty

    Identifies the NumericButtonSelectionTextColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NumericButtonSelectionTextColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NumericButtonTextColorProperty

    Identifies the NumericButtonTextColor Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty NumericButtonTextColorProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    PreviousPageTemplateProperty

    Identifies the PreviousPageTemplate Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty PreviousPageTemplateProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    ButtonHoveredBackgroundColor

    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

    DataPagerBackgroundColor

    Gets or sets the background color of the SfDataPager.

    Declaration
    public Color DataPagerBackgroundColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    FirstPageButtonTemplate

    Gets or sets the first page template for first page button.

    Declaration
    public DataTemplate FirstPageButtonTemplate { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.DataTemplate

    LastPageButtonTemplate

    Gets or sets the lat page template for last page button.

    Declaration
    public DataTemplate LastPageButtonTemplate { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.DataTemplate

    NavigationButtonBackgroundColor

    Gets or sets the color for navigation button.

    Declaration
    public Color NavigationButtonBackgroundColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    NavigationButtonDisableBackgroundColor

    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

    NavigationButtonDisableIconColor

    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

    NavigationButtonIconColor

    Gets or sets the icon color of the navigation buttons.

    Declaration
    public Color NavigationButtonIconColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    NextPageButtonTemplate

    Gets or sets the next page template for next page button.

    Declaration
    public DataTemplate NextPageButtonTemplate { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.DataTemplate

    NumericButtonBackgroundColor

    Gets or sets the background color for numeric button.

    Declaration
    public Color NumericButtonBackgroundColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    NumericButtonSelectionBackgroundColor

    Gets or sets the selection background color of the numeric buttons.

    Declaration
    public Color NumericButtonSelectionBackgroundColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    NumericButtonSelectionTextColor

    Gets or sets the selection foreground color for numeric button.

    Declaration
    public Color NumericButtonSelectionTextColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    NumericButtonTextColor

    Gets or sets the text color for numeric button.

    Declaration
    public Color NumericButtonTextColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    PreviousPageButtonTemplate

    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

    OnCommonThemeChanged(String, String)

    Declaration
    public void OnCommonThemeChanged(string oldTheme, string newTheme)
    Parameters
    Type Name Description
    System.String oldTheme
    System.String newTheme
    Exceptions
    Type Condition
    System.NotImplementedException

    OnControlThemeChanged(String, String)

    Declaration
    public void OnControlThemeChanged(string oldTheme, string newTheme)
    Parameters
    Type Name Description
    System.String oldTheme
    System.String newTheme
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved