Class AppearanceManager
Class which customize the appearance of the SfDataPager.
Inheritance
System.Object
AppearanceManager
Namespace: Syncfusion.SfDataGrid.DataPager
Assembly: Syncfusion.SfDataGrid.iOS.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 UIColor GetNavigationButtonBackgroundColor()
Returns
Type | Description |
---|---|
UIKit.UIColor | The background color of the navigation button. |
GetNumericButtonBackgroundColor()
Gets the background color of the numeric button.
Declaration
public virtual UIColor GetNumericButtonBackgroundColor()
Returns
Type | Description |
---|---|
UIKit.UIColor | The background color of numeric button. |
GetNumericButtonForegroundColor()
Gets the foreground color of the numeric button.
Declaration
public virtual UIColor GetNumericButtonForegroundColor()
Returns
Type | Description |
---|---|
UIKit.UIColor | The foreground color of the numeric button. |
GetNumericButtonSelectionBackgroundColor()
Gets the background color of the selection numeric button.
Declaration
public virtual UIColor GetNumericButtonSelectionBackgroundColor()
Returns
Type | Description |
---|---|
UIKit.UIColor | The background color of the selection numeric button. |
GetNumericButtonSelectionForegroundColor()
Gets the foreground color of the selection numeric button.
Declaration
public virtual UIColor GetNumericButtonSelectionForegroundColor()
Returns
Type | Description |
---|---|
UIKit.UIColor | The foreground color of the selection numeric button. |