UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridStyleInfo

    Show / Hide Table of Contents

    Class GridStyleInfo

    Inheritance
    System.Object
    StyleInfoBase
    GridStyleInfo
    Implements
    System.IDisposable
    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.add_Changed(StyleChangedEventHandler)
    StyleInfoBase.remove_Changed(StyleChangedEventHandler)
    StyleInfoBase.add_Changing(StyleChangedEventHandler)
    StyleInfoBase.remove_Changing(StyleChangedEventHandler)
    StyleInfoBase.Dispose()
    StyleInfoBase.Dispose(Boolean)
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.GetSchema()
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.Identity
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridStyleInfo : StyleInfoBase, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IXmlSerializable

    Constructors

    GridStyleInfo()

    Initalizes a new style object.

    Declaration
    public GridStyleInfo()

    GridStyleInfo(GridStyleInfo)

    Initalizes a new style object and copies all data from an existing style object.

    Declaration
    public GridStyleInfo(GridStyleInfo style)
    Parameters
    Type Name Description
    GridStyleInfo style

    The style object that contains the original data.

    GridStyleInfo(GridStyleInfoStore)

    Initalizes a new style object and associates it with an existing GridStyleInfoStore.

    Declaration
    public GridStyleInfo(GridStyleInfoStore store)
    Parameters
    Type Name Description
    GridStyleInfoStore store

    A GridStyleInfoStore that holds data for this GridStyleInfo. All changes in this style object will be saved in the GridStyleInfoStore object.

    GridStyleInfo(StyleInfoIdentityBase)

    Initalizes a new style object and associates it with an existing GridStyleInfoIdentity.

    Declaration
    public GridStyleInfo(StyleInfoIdentityBase identity)
    Parameters
    Type Name Description
    StyleInfoIdentityBase identity

    A GridStyleInfoIdentity that holds the indentity for this GridStyleInfo.

    GridStyleInfo(StyleInfoIdentityBase, GridStyleInfoStore)

    Initalizes a new style object and associates it with an existing GridStyleInfoIdentity.

    Declaration
    public GridStyleInfo(StyleInfoIdentityBase identity, GridStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoIdentityBase identity

    A GridStyleInfoIdentity that holds the indentity for this GridStyleInfo.

    GridStyleInfoStore store

    A GridStyleInfoStore that holds data for this GridStyleInfo. All changes in this style object will be saved in the GridStyleInfoStore object.

    Fields

    Empty

    An empty style object.

    Declaration
    public static readonly GridStyleInfo Empty
    Field Value
    Type Description
    GridStyleInfo

    Properties

    Background

    Gets or sets a background brush for the cell.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    BaseStyle

    Gets or sets the base style for this style instance with default values for properties that are not initialized for this style object.

    Declaration
    public string BaseStyle { get; set; }
    Property Value
    Type Description
    System.String

    Borders

    Gets or sets cell borders.

    Declaration
    public CellBordersInfo Borders { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    CellEditTemplate

    Gets or sets the Edit DataTemplate for the cell.

    Declaration
    public DataTemplate CellEditTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    CellEditTemplateKey

    Gets or sets the Edit DataTemplate Key for the cell.

    Declaration
    public string CellEditTemplateKey { get; set; }
    Property Value
    Type Description
    System.String

    CellIdentity

    Holds identity information such as row and column index for the current GridStyleInfo.

    Declaration
    public GridStyleInfoIdentity CellIdentity { get; set; }
    Property Value
    Type Description
    GridStyleInfoIdentity

    CellItemTemplate

    Gets or sets the Item DataTemplate for the cell

    Declaration
    public DataTemplate CellItemTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    CellItemTemplateKey

    Gets or sets the Item DataTemplate Key for the cell.

    Declaration
    public string CellItemTemplateKey { get; set; }
    Property Value
    Type Description
    System.String

    CellRenderer

    Returns the associated for this style object.

    Declaration
    public IGridCellRenderer CellRenderer { get; }
    Property Value
    Type Description
    IGridCellRenderer

    CellRowColumnIndex

    Declaration
    public RowColumnIndex CellRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    CellType

    Gets or sets the cell type information for the cell.

    Declaration
    public string CellType { get; set; }
    Property Value
    Type Description
    System.String

    CellValue

    Gets or sets the cell value information for the cell.

    Declaration
    public object CellValue { get; set; }
    Property Value
    Type Description
    System.Object

    CellValue2

    Gets or sets the cell value 2 information of the cell.

    Declaration
    public object CellValue2 { get; set; }
    Property Value
    Type Description
    System.Object

    ColumnIndex

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    ComboBoxEdit

    Gets or sets the NumericEdit

    Declaration
    public GridComboBoxStyleInfo ComboBoxEdit { get; set; }
    Property Value
    Type Description
    GridComboBoxStyleInfo

    Comment

    Gets or sets the text that should appear in the cell comment tooltip.

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    CommentBrush

    Determines the Color of Comment Triangle

    Declaration
    public Brush CommentBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    CommentTemplate

    Gets or sets the comment template.

    Declaration
    public DataTemplate CommentTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    ConditionalFormats

    Gets or sets the conditionalformat information of cell

    Declaration
    public GridConditionalFormats ConditionalFormats { get; set; }
    Property Value
    Type Description
    GridConditionalFormats

    DataValidationTooltip

    Gets or sets the text that should appear in the cell DataValidation Tooltip.

    Declaration
    public string DataValidationTooltip { get; set; }
    Property Value
    Type Description
    System.String

    DataValidationTooltipTemplate

    Gets or sets the DataValidation Tooltip template.

    Declaration
    public DataTemplate DataValidationTooltipTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    DateTimeEdit

    Gets or sets the DateTimeEdit

    Declaration
    public GridDateTimeEditStyleInfo DateTimeEdit { get; set; }
    Property Value
    Type Description
    GridDateTimeEditStyleInfo

    Default

    Declaration
    public static GridStyleInfo Default { get; }
    Property Value
    Type Description
    GridStyleInfo

    Description

    Gets / sets the text that is shown in check box or pushbuttons.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

    Gets or sets a value indicating whether the cell can be activated as current cell or if the cell should be skipped when moving the current cell.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Font

    Gets or sets the font information

    Declaration
    public GridFontInfo Font { get; set; }
    Property Value
    Type Description
    GridFontInfo

    Foreground

    Gets or sets a foreground brush for the cell.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Format

    Gets or sets the format information of a cell.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    FormatProvider

    Gets or sets the cell FormatProvider.

    Declaration
    public IFormatProvider FormatProvider { get; set; }
    Property Value
    Type Description
    System.IFormatProvider

    FormattedText

    Gets the value formatted with the Format mask and custom formatting of the method of the associated or sets the value by calling the of the associated .

    Declaration
    public string FormattedText { get; }
    Property Value
    Type Description
    System.String

    FormulaTag

    Gets or sets the formula tag of the cell.

    Declaration
    public GridFormulaTag FormulaTag { get; set; }
    Property Value
    Type Description
    GridFormulaTag

    GridModel

    Declaration
    public GridModel GridModel { get; }
    Property Value
    Type Description
    GridModel

    HasBackground

    Determines if Background has been initialized for the current object.

    Declaration
    public bool HasBackground { get; }
    Property Value
    Type Description
    System.Boolean

    HasBaseStyle

    Determines if BaseStyle has been initialized for the current object.

    Declaration
    public bool HasBaseStyle { get; }
    Property Value
    Type Description
    System.Boolean

    HasBorders

    Determines if border information has been initialized for the current object.

    Declaration
    public bool HasBorders { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellEditTemplate

    Determines if has been initialized for the current object.

    Declaration
    public bool HasCellEditTemplate { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellEditTemplateKey

    Determines if has been initialized for the current object.

    Declaration
    public bool HasCellEditTemplateKey { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellItemTemplate

    Determines if has been initialized for the current object.

    Declaration
    public bool HasCellItemTemplate { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellItemTemplateKey

    Determines if has been initialized for the current object.

    Declaration
    public bool HasCellItemTemplateKey { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellType

    Determines if CellType has been initialized for the current object.

    Declaration
    public bool HasCellType { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellValue

    Determines if CellValue has been initialized for the current object.

    Declaration
    public bool HasCellValue { get; }
    Property Value
    Type Description
    System.Boolean

    HasCellValue2

    Determines if CellValue2 has been initialized for the current object.

    Declaration
    public bool HasCellValue2 { get; }
    Property Value
    Type Description
    System.Boolean

    HasComboBox

    Determines if ComboBoxEdit has been initialized for the current object.

    Declaration
    public bool HasComboBox { get; }
    Property Value
    Type Description
    System.Boolean

    HasComment

    Determines if Comment has been initialized for the current object.

    Declaration
    public bool HasComment { get; }
    Property Value
    Type Description
    System.Boolean

    HasCommentBrush

    Determines if CommentBrush has been initialized for the current object.

    Declaration
    public bool HasCommentBrush { get; }
    Property Value
    Type Description
    System.Boolean

    HasCommentTemplate

    Determines if CommentTemplate has been initialized for the current object.

    Declaration
    public bool HasCommentTemplate { get; }
    Property Value
    Type Description
    System.Boolean

    HasConditionalFormats

    Determines if conditionalformats has been initialized for the current object.

    Declaration
    public bool HasConditionalFormats { get; }
    Property Value
    Type Description
    System.Boolean

    HasDataValidationTooltip

    Determines if DataValidationTooltip has been initialized for the current object.

    Declaration
    public bool HasDataValidationTooltip { get; }
    Property Value
    Type Description
    System.Boolean

    HasDataValidationTooltipTemplate

    Determines if DataValidationTooltipTemplate has been initialized for the current object.

    Declaration
    public bool HasDataValidationTooltipTemplate { get; }
    Property Value
    Type Description
    System.Boolean

    HasDateTimeEdit

    Determines if DateTimeEdit has been initialized for the current object.

    Declaration
    public bool HasDateTimeEdit { get; }
    Property Value
    Type Description
    System.Boolean

    HasDescription

    Determines if Description has been initialized for the current object.

    Declaration
    public bool HasDescription { get; }
    Property Value
    Type Description
    System.Boolean

    HasEnabled

    Determines if Enableed information has been initialized for the current object.

    Declaration
    public bool HasEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    HasFont

    Determines if font information has been initialized for the current object.

    Declaration
    public bool HasFont { get; }
    Property Value
    Type Description
    System.Boolean

    HasForeground

    Determines if text color has been initialized for the current object.

    Declaration
    public bool HasForeground { get; }
    Property Value
    Type Description
    System.Boolean

    HasFormat

    Determines if Format has been initialized for the current object.

    Declaration
    public bool HasFormat { get; }
    Property Value
    Type Description
    System.Boolean

    HasFormatProvider

    Determines if HasFormatProvider has been initialized for the current object.

    Declaration
    public bool HasFormatProvider { get; }
    Property Value
    Type Description
    System.Boolean

    HasFormulaTag

    Determines if FormulaTag has been initialized for the current object.

    Declaration
    public bool HasFormulaTag { get; }
    Property Value
    Type Description
    System.Boolean

    HasHorizontalAlignment

    Determines if HorizontalAlignment has been initialized for the current object.

    Declaration
    public bool HasHorizontalAlignment { get; }
    Property Value
    Type Description
    System.Boolean

    HasHyperlink

    Determines if Hyperlink has been initialized for the current object.

    Declaration
    public bool HasHyperlink { get; }
    Property Value
    Type Description
    System.Boolean

    HasIsThreeState

    Determines if IsThreeState has been initialized for the current object.

    Declaration
    public bool HasIsThreeState { get; }
    Property Value
    Type Description
    System.Boolean

    HasNumericEdit

    Determines if NumericEdit has been initialized for the current object.

    Declaration
    public bool HasNumericEdit { get; }
    Property Value
    Type Description
    System.Boolean

    HasPadding

    Determines if padding has been initialized for the current object.

    Declaration
    public bool HasPadding { get; }
    Property Value
    Type Description
    System.Boolean

    HasReadOnly

    Determines if Read-only information has been initialized for the current object.

    Declaration
    public bool HasReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    HasTag

    Determines if Tag has been initialized for the current object.

    Declaration
    public bool HasTag { get; }
    Property Value
    Type Description
    System.Boolean

    HasText

    Determines if Text has been initialized for the current object.

    Declaration
    public bool HasText { get; }
    Property Value
    Type Description
    System.Boolean

    HasTextTrimming

    Determines if TextTrimming information has been initialized for the current object.

    Declaration
    public bool HasTextTrimming { get; }
    Property Value
    Type Description
    System.Boolean

    HasTextWrapping

    Determines if TextWrapping information has been initialized for the current object.

    Declaration
    public bool HasTextWrapping { get; }
    Property Value
    Type Description
    System.Boolean

    HasTooltip

    Determines if Tooltip has been initialized for the current object.

    Declaration
    public bool HasTooltip { get; }
    Property Value
    Type Description
    System.Boolean

    HasTooltipTemplate

    Determines if TooltipTemplate has been initialized for the current object.

    Declaration
    public bool HasTooltipTemplate { get; }
    Property Value
    Type Description
    System.Boolean

    HasUpDownEdit

    Determines if UpDownEdit has been initialized for the current object.

    Declaration
    public bool HasUpDownEdit { get; }
    Property Value
    Type Description
    System.Boolean

    HasVerticalAlignment

    Determines if VerticalAlignment has been initialized for the current object.

    Declaration
    public bool HasVerticalAlignment { get; }
    Property Value
    Type Description
    System.Boolean

    HorizontalAlignment

    Gets or sets horizontal alignment of text in the cell.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.HorizontalAlignment

    Hyperlink

    Gets or sets the Hyperlink property for Hyperlink cell renderer.

    Declaration
    public object Hyperlink { get; set; }
    Property Value
    Type Description
    System.Object

    IsThreeState

    Gets or sets the IsThreeState property for checkbox.

    Declaration
    public bool IsThreeState { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumericEdit

    Gets or sets the NumericEdit

    Declaration
    public GridNumericStyleInfo NumericEdit { get; set; }
    Property Value
    Type Description
    GridNumericStyleInfo

    Padding

    Gets or sets cell padding.

    Declaration
    public Thickness Padding { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Thickness

    ReadOnly

    Gets or sets a value indicating whether cell contents can be modified by the user.

    Declaration
    public bool ReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    Store

    The GridStyleInfoStore object that holds all the data for this style object.

    Declaration
    public GridStyleInfoStore Store { get; }
    Property Value
    Type Description
    GridStyleInfoStore

    Tag

    Gets or sets the custom tag you can associate with a cell.

    Declaration
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    Gets / sets the cellvalue as a string.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    TextTrimming

    Gets or sets how text is trimmed when it exceeds the edges of the cell text rectangle.

    Declaration
    public TextTrimming TextTrimming { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.TextTrimming

    TextWrapping

    Gets or sets a value indicating whether text should be wrapped when it does not fit into a single line.

    Declaration
    public TextWrapping TextWrapping { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.TextWrapping

    Tooltip

    Gets or sets the text that should appear in the cell tooltip.

    Declaration
    public string Tooltip { get; set; }
    Property Value
    Type Description
    System.String

    TooltipTemplate

    Gets or sets the Tooltip template.

    Declaration
    public DataTemplate TooltipTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    UpDownEdit

    Gets or sets the UpDownEdit

    Declaration
    public GridUpDownStyleInfo UpDownEdit { get; set; }
    Property Value
    Type Description
    GridUpDownStyleInfo

    VerticalAlignment

    Gets or sets vertical alignment of text in the cell.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.VerticalAlignment

    Methods

    CreateSubObjectIdentity(StyleInfoProperty)

    Declaration
    public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip
    Returns
    Type Description
    StyleInfoSubObjectIdentity
    Overrides
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase
    Overrides
    StyleInfoBase.GetDefaultStyle()

    GetFormattedText(Object)

    Return formatted text for the specified value.

    Declaration
    public string GetFormattedText(object value)
    Parameters
    Type Name Description
    System.Object value

    The value to be formatted.

    Returns
    Type Description
    System.String

    A string that holds the formatted text.

    GetOffLineCopy()

    Creates a new GridStyleInfo and copies its cell and identity information from the current object. The new instance will be made offline so that changes in this style object are not be stored in the GridData

    Declaration
    public GridStyleInfo GetOffLineCopy()
    Returns
    Type Description
    GridStyleInfo

    A new GridStyleInfo instance.

    Remarks

    Lets a style object load base styles and default values but disables saving changes back to the grid. (see OnStyleChanged below)

    GetText(Object)

    Returns text for the specified value (ignoring any Format settings). CultureInfo.CurrentCulture is used for conversion to string.

    Declaration
    public string GetText(object value)
    Parameters
    Type Name Description
    System.Object value

    The value to be converted to string.

    Returns
    Type Description
    System.String

    A string that represents the value.

    ResetBackground()

    Resets Background.

    Declaration
    public void ResetBackground()

    ResetBaseStyle()

    Resets BaseStyle.

    Declaration
    public void ResetBaseStyle()

    ResetBorders()

    Resets the borders information.

    Declaration
    public void ResetBorders()

    ResetCellEditTemplate()

    Resets .

    Declaration
    public void ResetCellEditTemplate()

    ResetCellEditTemplateKey()

    Resets .

    Declaration
    public void ResetCellEditTemplateKey()

    ResetCellItemTemplate()

    Resets .

    Declaration
    public void ResetCellItemTemplate()

    ResetCellItemTemplateKey()

    Resets .

    Declaration
    public void ResetCellItemTemplateKey()

    ResetCellType()

    Resets CellType.

    Declaration
    public void ResetCellType()

    ResetCellValue()

    Resets CellValue.

    Declaration
    public void ResetCellValue()

    ResetCellValue2()

    Resets CellValue2.

    Declaration
    public void ResetCellValue2()

    ResetComboBox()

    Resets ComboBoxEdit

    Declaration
    public void ResetComboBox()

    ResetComment()

    Resets Comment.

    Declaration
    public void ResetComment()

    ResetCommentBrush()

    Resets CommentBrush.

    Declaration
    public void ResetCommentBrush()

    ResetCommentTemplate()

    Resets CommentTemplate.

    Declaration
    public void ResetCommentTemplate()

    ResetConditionalFormats()

    Resets conditional formats information.

    Declaration
    public void ResetConditionalFormats()

    ResetDataValidationTooltip()

    Resets DataValidationTooltip.

    Declaration
    public void ResetDataValidationTooltip()

    ResetDataValidationTooltipTemplate()

    Resets DataValidationTooltipTemplate.

    Declaration
    public void ResetDataValidationTooltipTemplate()

    ResetDateTimeEdit()

    Resets DateTimeEdit

    Declaration
    public void ResetDateTimeEdit()

    ResetDescription()

    Resets Description.

    Declaration
    public void ResetDescription()

    ResetEnabled()

    Resets Enabled information.

    Declaration
    public void ResetEnabled()

    ResetFont()

    Resets font information.

    Declaration
    public void ResetFont()

    ResetForeground()

    Resets text color information.

    Declaration
    public void ResetForeground()

    ResetFormat()

    Declaration
    public void ResetFormat()

    ResetFormatProvider()

    Resets FormatProvider.

    Declaration
    public void ResetFormatProvider()

    ResetFormulaTag()

    Resets FormulaTag information.

    Declaration
    public void ResetFormulaTag()

    ResetHorizontalAlignment()

    Resets HorizontalAlignment.

    Declaration
    public void ResetHorizontalAlignment()

    ResetHyperlink()

    Resets the Hyperlink

    Declaration
    public void ResetHyperlink()

    ResetIsThreeState()

    Resets IsThreeState

    Declaration
    public void ResetIsThreeState()

    ResetNumericEdit()

    Resets NumericEdit

    Declaration
    public void ResetNumericEdit()

    ResetPadding()

    Resets padding information.

    Declaration
    public void ResetPadding()

    ResetReadOnly()

    Resets Read-only information.

    Declaration
    public void ResetReadOnly()

    ResetTag()

    Resets Tag.

    Declaration
    public void ResetTag()

    ResetText()

    Resets the Text property.

    Declaration
    public void ResetText()

    ResetTextTrimming()

    Resets TextTrimming information.

    Declaration
    public void ResetTextTrimming()

    ResetTextWrapping()

    Resets TextWrapping information.

    Declaration
    public void ResetTextWrapping()

    ResetTooltip()

    Resets Tooltip.

    Declaration
    public void ResetTooltip()

    ResetTooltipTemplate()

    Resets TooltipTemplate.

    Declaration
    public void ResetTooltipTemplate()

    ResetUpDownEdit()

    Resets UpDownEdit.

    Declaration
    public void ResetUpDownEdit()

    ResetVerticalAlignment()

    Resets VerticalAlignment.

    Declaration
    public void ResetVerticalAlignment()

    Implements

    System.IDisposable
    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.Xml.Serialization.IXmlSerializable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved