menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DefaultStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DefaultStyle

    Gets or sets the Default style for SfDataGrid class.

    Inheritance
    System.Object
    DataGridStyle
    DefaultStyle
    Implements
    System.IDisposable
    Inherited Members
    DataGridStyle.AlternatingRowColor
    DataGridStyle.BorderColor
    DataGridStyle.CaptionRowBackgroundColor
    DataGridStyle.CaptionRowForegroundColor
    DataGridStyle.CellBackground
    DataGridStyle.CellForeground
    DataGridStyle.DefaultRowColor
    DataGridStyle.Dispose()
    DataGridStyle.Dispose(Boolean)
    DataGridStyle.GetAlternatingRowBackgroundColor()
    DataGridStyle.GetBordercolor()
    DataGridStyle.GetCaptionSummaryFontAttribute()
    DataGridStyle.GetCaptionSummaryRowBackgroundColor(Group)
    DataGridStyle.GetCaptionSummaryRowForeGroundColor()
    DataGridStyle.GetCaptionSummaryRowForegroundColor(Group)
    DataGridStyle.GetColumnDragViewBackgroundColor()
    DataGridStyle.GetColumnDragViewBorderColor()
    DataGridStyle.GetColumnDragViewForegroundColor()
    DataGridStyle.GetColumnResizingIndicatorIcon()
    DataGridStyle.GetCurrentCellBorderWidth()
    DataGridStyle.GetGridLinesVisibility()
    DataGridStyle.GetGroupSummaryFontAttribute()
    DataGridStyle.GetGroupSummaryRowBackgroundColor()
    DataGridStyle.GetGroupSummaryRowForegroundColor()
    DataGridStyle.GetHeaderBorderColor()
    DataGridStyle.GetHeaderSortIndicatorDown()
    DataGridStyle.GetHeaderSortIndicatorUp()
    DataGridStyle.GetIndentBackgroundColor(RowType)
    DataGridStyle.GetLoadMoreViewBackgroundColor()
    DataGridStyle.GetLoadMoreViewForegroundColor()
    DataGridStyle.GetSummaryVerticalLineVisibility()
    DataGridStyle.GetTableSummaryFontAttribute()
    DataGridStyle.GetUnboundRowBackgroundColor()
    DataGridStyle.GetUnboundRowFontAttribute()
    DataGridStyle.GetUnboundRowForegroundColor()
    DataGridStyle.HeaderBackground
    DataGridStyle.HeaderForeground
    DataGridStyle.HeaderSortIndicatorDown
    DataGridStyle.HeaderSortIndicatorUp
    DataGridStyle.SelectionBackgroundColor
    DataGridStyle.SelectionForegroundColor
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class DefaultStyle : DataGridStyle, IDisposable

    Constructors

    DefaultStyle()

    Declaration
    public DefaultStyle()

    Methods

    GetBorderColor()

    Gets the color of the border.

    Declaration
    public override UIColor GetBorderColor()
    Returns
    Type Description
    UIKit.UIColor

    The border color.

    Overrides
    DataGridStyle.GetBorderColor()

    GetBorderWidth()

    Gets or sets the border width for the grid cells.

    Declaration
    public override float GetBorderWidth()
    Returns
    Type Description
    System.Single

    The grid header cell border width

    Overrides
    DataGridStyle.GetBorderWidth()

    GetCaptionSummaryRowBackgroundColor()

    Gets the captionsummary row background color.

    Declaration
    public override UIColor GetCaptionSummaryRowBackgroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The captionsummary row default background color.

    Overrides
    DataGridStyle.GetCaptionSummaryRowBackgroundColor()

    GetCaptionSummaryRowForegroundColor()

    Gets the captionsummary row foreground color.

    Declaration
    public override UIColor GetCaptionSummaryRowForegroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The captionsummary row default foreground color.

    Overrides
    DataGridStyle.GetCaptionSummaryRowForegroundColor()

    GetColumnDragDownIndicator()

    Gets the column drag down indicator.

    Declaration
    public override UIImage GetColumnDragDownIndicator()
    Returns
    Type Description
    UIKit.UIImage

    The column drag down indicator.

    Overrides
    DataGridStyle.GetColumnDragDownIndicator()

    GetColumnDragUpIndicator()

    Gets the column drag up indicator.

    Declaration
    public override UIImage GetColumnDragUpIndicator()
    Returns
    Type Description
    UIKit.UIImage

    The column drag up indicator.

    Overrides
    DataGridStyle.GetColumnDragUpIndicator()

    GetCurrentCellBorderColor()

    Gets the current cell border color.

    Declaration
    public override UIColor GetCurrentCellBorderColor()
    Returns
    Type Description
    UIKit.UIColor

    The current cell border default foreground color.

    Overrides
    DataGridStyle.GetCurrentCellBorderColor()

    GetGroupCollapseIcon()

    Gets the group collapse icon.

    Declaration
    public override UIImage GetGroupCollapseIcon()
    Returns
    Type Description
    UIKit.UIImage

    The group collapse icon.

    Overrides
    DataGridStyle.GetGroupCollapseIcon()

    GetGroupExpanderIcon()

    Gets the group expander icon.

    Declaration
    public override UIImage GetGroupExpanderIcon()
    Returns
    Type Description
    UIKit.UIImage

    The group expander icon.

    Overrides
    DataGridStyle.GetGroupExpanderIcon()

    GetHeaderBackgroundColor()

    Gets the header's background color.

    Declaration
    public override UIColor GetHeaderBackgroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The header's default background color.

    Overrides
    DataGridStyle.GetHeaderBackgroundColor()

    GetHeaderBorderWidth()

    Gets or sets the border width for the header cells.

    Declaration
    public override float GetHeaderBorderWidth()
    Returns
    Type Description
    System.Single

    The grid header cell border width

    Overrides
    DataGridStyle.GetHeaderBorderWidth()

    GetHeaderForegroundColor()

    Gets the header's foreground color.

    Declaration
    public override UIColor GetHeaderForegroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The header's default foreground color.

    Overrides
    DataGridStyle.GetHeaderForegroundColor()

    GetRecordBackgroundColor()

    Gets the record background color.

    Declaration
    public override UIColor GetRecordBackgroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The record default background color.

    Overrides
    DataGridStyle.GetRecordBackgroundColor()

    GetRecordForegroundColor()

    Gets the record foreground color.

    Declaration
    public override UIColor GetRecordForegroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The record's default foreground color.

    Overrides
    DataGridStyle.GetRecordForegroundColor()

    GetResizingIndicatorColor()

    Gets the resizing indicator color.

    Declaration
    public override UIColor GetResizingIndicatorColor()
    Returns
    Type Description
    UIKit.UIColor

    The resizing indicator default color.

    Overrides
    DataGridStyle.GetResizingIndicatorColor()

    GetRowDragDownIndicator()

    Gets the row drag down indicator.

    Declaration
    public override UIImage GetRowDragDownIndicator()
    Returns
    Type Description
    UIKit.UIImage

    The row drag down indicator.

    Overrides
    DataGridStyle.GetRowDragDownIndicator()

    GetRowDragUpIndicator()

    Gets the row drag up indicator.

    Declaration
    public override UIImage GetRowDragUpIndicator()
    Returns
    Type Description
    UIKit.UIImage

    The row drag up indicator.

    Overrides
    DataGridStyle.GetRowDragUpIndicator()

    GetSelectionBackgroundColor()

    Gets the selection background color.

    Declaration
    public override UIColor GetSelectionBackgroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The header's default background color.

    Overrides
    DataGridStyle.GetSelectionBackgroundColor()

    GetSelectionForegroundColor()

    Gets the selection foreground color.

    Declaration
    public override UIColor GetSelectionForegroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The selection default foreground color.

    Overrides
    DataGridStyle.GetSelectionForegroundColor()

    GetTableSummaryBackgroundColor()

    Gets the tablesummary background color.

    Declaration
    public override UIColor GetTableSummaryBackgroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The tablesummary default background color.

    Overrides
    DataGridStyle.GetTableSummaryBackgroundColor()

    GetTableSummaryForegroundColor()

    Gets the tablesummary foreground color.

    Declaration
    public override UIColor GetTableSummaryForegroundColor()
    Returns
    Type Description
    UIKit.UIColor

    The tablesummary default foreground color.

    Overrides
    DataGridStyle.GetTableSummaryForegroundColor()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved