Class FieldsInitializingEventArgs

The type of the event arguments of the FieldsInitializing event.

Inheritance
System.Object
System.EventArgs
FieldsInitializingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class FieldsInitializingEventArgs : EventArgs

Properties

DataSourceItem

The data source item where the fields comes from.

Declaration
public RVDataSourceItem DataSourceItem { get; }
Property Value
Type Description
Reveal.Sdk.Data.RVDataSourceItem

Fields

The list of fields being initialized.

Declaration
public List<RVField> Fields { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RVField>

UseCustomSort

Sets customized order

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