Class AppearanceManager
Class which customize the appearance of the SfDataPager.
Inheritance
System.Object
AppearanceManager
Namespace: Syncfusion.SfDataGrid.DataPager
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class AppearanceManager : Object
Constructors
AppearanceManager()
Initializes a new instance of the AppearanceManager class.
Declaration
public AppearanceManager()
Methods
GetNavigationButtonBackgroundColor()
Gets the background color of the navigation button.
Declaration
public virtual Color GetNavigationButtonBackgroundColor()
Returns
Type | Description |
---|---|
Android.Graphics.Color | The background color of the navigation button. |
GetNumericButtonBackgroundColor()
Gets the background color of the numeric button.
Declaration
public virtual Color GetNumericButtonBackgroundColor()
Returns
Type | Description |
---|---|
Android.Graphics.Color | The background color of numeric button. |
GetNumericButtonForegroundColor()
Gets the foreground color of the numeric button.
Declaration
public virtual Color GetNumericButtonForegroundColor()
Returns
Type | Description |
---|---|
Android.Graphics.Color | The foreground color of the numeric button. |
GetNumericButtonSelectionBackgroundColor()
Gets the background color of the selection numeric button.
Declaration
public virtual Color GetNumericButtonSelectionBackgroundColor()
Returns
Type | Description |
---|---|
Android.Graphics.Color | The background color of the selection numeric button. |
GetNumericButtonSelectionForegroundColor()
Gets the foreground color of the selection numeric button.
Declaration
public virtual Color GetNumericButtonSelectionForegroundColor()
Returns
Type | Description |
---|---|
Android.Graphics.Color | The foreground color of the selection numeric button. |