function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PRepakaPRepaka 

how to get "listviewoptions" in custom controller class

hi

 

can u please give me code for getting listviewoptions in my own custom controller class. i have to implement this and then i go for sorting.

 

 

please help me

gv007gv007

create some list view in an object and use

 

 

<apex:ListViews  type="Object name"/> tag in the VF Page.

 

thanks

gopi