menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StaticDataFieldAttribute - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StaticDataFieldAttribute

    Allows you to specify a custom name for the StaticData field in a StyleInfoStore.

    Inheritance
    System.Object
    StaticDataFieldAttribute
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class StaticDataFieldAttribute : Attribute

    Constructors

    StaticDataFieldAttribute(String)

    Initializes a new instance of the StaticDataFieldAttribute class.

    Declaration
    public StaticDataFieldAttribute(string fieldName)
    Parameters
    Type Name Description
    System.String fieldName

    Fields

    Default

    Specifies the default field name as "staticDataStore".

    Declaration
    public static readonly StaticDataFieldAttribute Default
    Field Value
    Type
    StaticDataFieldAttribute

    Properties

    FieldName

    Returns the field name in the StyleInfoStore class that identifies the static data store.

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32

    Extension Methods

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